guoxianzhe
guoxianzhe
@AB-70 Thanks for your PR, we will make a fully test and release it in the future , maybe in 4.4.0. BTW you can use `RTCTextureView` to get rounded corners.
@ltsg123 Can we consider this things to make it happen?
@lvxiaohai 430版本开始不会提供明文SDK的详细日志,您可以根据自己的业务需要,参考明文的SDK API日志来调查API的调用情况,以及在回调中查看回调调用情况。 如果有特殊需要,可通过工单形式获取解密日志。
@henrydf Thanks for your advice! Currently, **gulp** is necessary, this will download our c++ native modules when you install Electron-SDK. **ts-interface-checker** is necessary when we check some variables in runtime....
@henrydf The main reason for this problem is gulp IMO. Maybe We can remove gulp in the future. I will talk with my team and make it happen in the...
```ts ``` Without native side changes, I use these simple code can make borderRadius happen(tested in Android and iOS), so I will not add this in sdk. So If you...
@mzyisbest This is due to system differences. When a user on the Android platform leaves, other users may receive the onUserOffline notification relatively slowly.
@mzyisbest @liylmn Maybe triggers "timeout offline". If the user does not receive any data packets from the other party within a certain time frame (20 seconds for communication scenarios, slightly...
@premj-ekah This is not the registration of controlling [IRtcEngineEventHandler](https://github.com/AgoraIO-Extensions/react-native-agora/blob/main/src/IAgoraRtcEngine.ts#L1290). The registration of [IRtcEngineEventHandler](https://github.com/AgoraIO-Extensions/react-native-agora/blob/main/src/IAgoraRtcEngine.ts#L1290) is done through [_event_handlers](https://github.com/AgoraIO-Extensions/react-native-agora/blob/main/src/internal/RtcEngineExInternal.ts#L86). So, if you register `onUserJoined` and `onUserOffline` both, it still can trigger normally