UNPKG

@tencentcloud/call-uikit-vue

Version:

An Open-source Voice & Video Calling UI Component Based on Tencent Cloud Service.

19 lines (18 loc) 245 B
export const PlayerProps = { show: { type: Boolean, default: true, }, domId: { type: String, }, loading: { type: Boolean, }, showStreamInfo: { type: Boolean, }, showAudioStream: { type: Boolean, }, };