100mslive / 100ms-react-native

React Native Live Streaming, Video Conferencing SDK & Sample App
https://www.100ms.live/
MIT License
80 stars 29 forks source link

🚀 Add HandRaise First class APIs #1221

Closed ygit closed 10 months ago

ygit commented 11 months ago

🚀 Feature Request

APIs to be added -

// on HMSPeer
public var isHandRaised: Bool

First-class Handraise APIs on HMSSDK -

public func raiseLocalPeerHand(completion: ((Bool, Error?) -> Void)? = nil) 

public func lowerLocalPeerHand(completion: ((Bool, Error?) -> Void)? = nil) 

public func lowerRemotePeerHand(_ peer: HMSPeer, completion: ((Bool, Error?) -> Void)? = nil) 

On HMSPeerUpdate -

...
case handRaiseUpdated
github-actions[bot] commented 10 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 10 months ago

This issue was closed because it has been stalled for 5 days with no activity.