Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing WebRTC functions #15

Open
ahmetceylan opened this issue Apr 10, 2019 · 1 comment
Open

Missing WebRTC functions #15

ahmetceylan opened this issue Apr 10, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@ahmetceylan
Copy link

Which platform(s) does your issue occur on?

iOS and Android

Below functions are missing in related webrtc classes;
TNSRTCMediaStream

  • getTracks

TNSRTCPeerConnection

  • getSenders

TNSRTCMediaDevices

  • enumerateDevices function
  • ondevicechange event

TNSRTCAudioTrack | TNSRTCVideoTrack

  • stop function
  • onended event

Can you please implement these functions.

@triniwiz triniwiz added the enhancement New feature or request label May 7, 2019
@triniwiz
Copy link
Owner

triniwiz commented May 24, 2019

TNSRTCMediaStream

  • getTracks

TNSRTCPeerConnection

  • getSenders

TNSRTCMediaDevices

  • enumerateDevices
  • ondevicechange

TNSRTCAudioTrack | TNSRTCVideoTrack

  • stop function
  • onended event

feat: 43d69a8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants