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

Add RemoteMediaTrack.onTransceiverDirectionChange() #42

Closed
alexlapa opened this issue Apr 1, 2022 · 0 comments · Fixed by #46
Closed

Add RemoteMediaTrack.onTransceiverDirectionChange() #42

alexlapa opened this issue Apr 1, 2022 · 0 comments · Fixed by #46
Assignees
Labels
feature New feature or request k::api Related to API (application interface)

Comments

@alexlapa
Copy link
Contributor

alexlapa commented Apr 1, 2022

Нужна возможность получать полную инфмацию о состоянии трека. Например, если выключить remote video, то мы хотим знать а включена ли отправка видео у нашего корреспондента.

RemoteTrack.onTransceiverDirectionChange(direction: TransceiverDirection)

TransceiverDirection {
    sendonly
    recvonly
    sendrecv
    inactive  
}
@alexlapa alexlapa added feature New feature or request k::api Related to API (application interface) labels Apr 1, 2022
tyranron pushed a commit that referenced this issue Apr 27, 2022
- remove `RemoteMediaTrack.on_enabled()` and `RemoteMediaTrack.on_disabled()` callbacks
- refactor Client API proto to use `MediaDirection`

Co-authored-by: alexlapa <lapa.alex@ex.ua>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request k::api Related to API (application interface)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants