Skip to content

[bug] 获取设备列表时概率性crash #3

@ShigemoriHakura

Description

@ShigemoriHakura

代码
mTRTCCloud = ITRTCCloud.getTRTCShareInstance();
mDeviceManager = mTRTCCloud.getDeviceManager();
MicDevices = mDeviceManager.GetDevicesList(TXMediaDeviceType.TXMediaDeviceTypeMic);
SpeakersDevices = mDeviceManager.GetDevicesList(TXMediaDeviceType.TXMediaDeviceTypeSpeaker);
CameraDevices = mDeviceManager.GetDevicesList(TXMediaDeviceType.TXMediaDeviceTypeCamera);

报错内容
========== OUTPUTTING STACK TRACE ==================

0x00007FFF5DA912FB (VCRUNTIME140) memcmp
0x00007FFF1B6F2112 (trtc-c-wrapper) TRTCUnityGetDevicesList

完整日志
Player (1).log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions