检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
You can use these records for audit compliance, resource tracking, and fault locating.
Audio Data Stream Notification Notification Description A notification is sent when an audio data stream is sent. Method Definition - (void)onAudioFrameDataNotify:(HWMAudioFrameDataModel *)pFrame; Sample Code - (void)onAudioFrameDataNotify:(HWMAudioFrameDataModel *)pFrame{ NSLog
Notification Indicating that the Audio and Video Floating Window Appeared API Description This API is used to notify you when the audio and video floating window appeared. Method Definition 1 2 3 4 /** * The audio and video floating window appeared. */ void onFloatingWindowDidAppear
Notification Indicating that the Audio and Video Floating Window Disappeared API Description This API is used to notify you when the audio and video floating window disappeared. Method Definition 1 2 3 4 /** * The audio and video floating window disappeared. */ void
Audio and Video Data Streams Obtaining Audio Data Streams Parent topic: API Reference
Audio and Video Data Streams Enabling Third-Party Video Streaming Configuring Video Mirroring of Third-Party Streaming Pushing Video Streams Using a Third Party Parent topic: API Reference
Audio and Video Data Streams Obtaining Audio Data Streams Parent topic: APIs
Audio and Video Device Status Notification Notification Description A notification is sent when the status of the microphone, speaker, or camera in the meeting changes. Method Definition 1 virtual void OnAVDeviceCtrlStateChanged(HwmDeviceType deviceType, bool isOpen) {}; Precautions
Audio and Video Device Faults What Do I Do If the Antivirus Software Forbids the Huawei Cloud Meeting Client from Starting the Microphone or Speaker? What Can I Do If the Huawei Cloud Meeting Client Cannot Start the Microphone or Speaker Because the Microphone or Speaker Is Muted
Setting Audio Sharing SetShareAudio API Description This API is used to set whether to share the computer sound during screen sharing. Precautions This API is an asynchronous API. The return value only indicates whether the API is successfully called. The actual service processing
Controlling Audio and Video Devices AVDeviceCtrl API Description This API is used to control local microphones, speakers, and cameras. Precautions This API is an asynchronous API. The return value only indicates whether the API is successfully called. The actual service processing
How Do I Set Audio and Video on the Huawei Cloud Meeting Mobile App? Before or during a meeting, you can set the audio and video as required. Before a meeting When using the meeting ID and password to join a meeting, toggle on or off the switch next to Microphone or Camera. During
Obtaining Audio Data Streams setAudioRawDataOutputConfig API Description This API is used to obtain audio data streams. Precautions If this API is called and the parameter is set to YES, the service processing result is returned in the corresponding notification (Audio Data Stream
Obtaining Audio Data Streams API Description This API is used to obtain the audio data streams after audio mixing of each venue in a meeting. Only 32-bit libraries are supported. Precautions This API is an asynchronous API. The return value of the callback function only indicates
Enabling or Disabling Audio Streams Function This API is used to enable or disable audio streams. Function Prototype setAudioRawDataOutputConfig(audioRawDataConfigInfo: AudioRawDataConfigInfo, onSetAudioRawDataOutputConfigResult?: (ret: SDKERR, reason: string) => void): voidsetAudioRawDataOutputConfig
How Do I Obtain Better Audio Experience? Log in to the Huawei Cloud Meeting desktop client. Click in the lower left corner of the home screen. In the Meeting settings window, choose Audio on the left, scroll down to the Others area, and set Audio mode. PC: Select this mode if you
How Do I Use and Check Audio Devices on the Huawei Cloud Meeting Desktop Client? Perform the following steps: Log in to the Huawei Cloud Meeting desktop client. Click in the lower left corner of the home screen. Choose Audio. In the Microphone or Speaker area, select an audio device
Recommended Audio Peripherals The following audio peripherals are recommended for large screens in meeting rooms or other videoconferencing terminals: Meeting rooms Logitech CC3500E (medium meeting rooms) Logitech CC4000e (small meeting rooms) Polycom Trio 8800 (medium meeting rooms
Which Devices Can Share Device Audio? Currently, you can share device audio using the following devices. Client Device Model Android Android 10 or later iOS Devices running iOS 13 or later. The supported models are as follows: iPhone 8 or later iPad Pro 12.9" 3, iPad Pro 12.9" 4,
Subscribing to Notifications of Reporting Audio Stream Frame Data Function A notification is sent when audio stream frame data starts to be reported. (For Windows, only 32-bit Windows is supported.) Function Prototype setOnAudioFrameNotifyCB(onAudioFrameNotify: (audioFrameData: AudioFrameData