@tencentcloud/call-uikit-vue
Version:
An Open-source Voice & Video Calling UI Component Based on Tencent Cloud Service.
30 lines (29 loc) • 404 B
text/typescript
export const AudioStreamProps = {
avatar: {
type: String,
},
username: {
type: String,
},
isVideoAvailable: {
type: Boolean,
},
showStreamInfo: {
type: Boolean,
},
isSmallWindow: {
type: Boolean,
default: false,
},
isMuted: {
type: Boolean,
default: true,
},
volume: {
type: Number,
default: 0,
},
userId: {
type: String,
},
};