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

Implement Connection media state management (#41) #43

Merged
merged 25 commits into from
Apr 12, 2022

Conversation

evdokimovs
Copy link
Contributor

@evdokimovs evdokimovs commented Apr 5, 2022

Closes #41

Synopsis

Currently, Jason supports remote media disabling/enabling only for whole Room. But we need functional of the partial media disabling/enabling on the ConnectionHandle level.

This PR implements new ConnectionHandle methods:

  • ConnectionHandle.enable_remote_video
  • ConnectionHandle.disable_remote_video
  • ConnectionHandle.enable_remote_audio
  • ConnectionHandle.disable_remote_audio

Checklist

  • Created PR:
    • In draft mode
    • Name contains Draft: prefix
    • Name contains issue reference
    • Has k:: labels applied
    • Has assignee
  • Documentation is updated (if required)
  • Tests are updated (if required)
  • Changes conform code style
  • CHANGELOG entry is added (if required)
  • FCM (final commit message) is posted
    • and approved
  • Review is completed and changes are approved
  • Before merge:
    • Milestone is set
    • PR's name and description are correct and up-to-date
    • Draft: prefix is removed
    • All temporary labels are removed

@evdokimovs evdokimovs added feature New feature or request k::api Related to API (application interface) labels Apr 5, 2022
@evdokimovs evdokimovs self-assigned this Apr 5, 2022
@evdokimovs
Copy link
Contributor Author

FCM

Implement `Connection` media state management (#43, #41)

@evdokimovs evdokimovs marked this pull request as ready for review April 5, 2022 17:19
# Conflicts:
#	flutter/android/src/main/jniLibs/arm64-v8a/libmedea_jason.so
#	flutter/android/src/main/jniLibs/armeabi-v7a/libmedea_jason.so
#	flutter/android/src/main/jniLibs/x86/libmedea_jason.so
#	flutter/android/src/main/jniLibs/x86_64/libmedea_jason.so
#	flutter/assets/pkg/medea_jason.js
#	flutter/assets/pkg/medea_jason_bg.wasm
@evdokimovs evdokimovs requested a review from alexlapa April 6, 2022 11:30
@evdokimovs evdokimovs changed the title Draft: Implement Connection media state management (#41) Implement Connection media state management (#41) Apr 6, 2022
evdokimovs and others added 8 commits April 7, 2022 13:40
# Conflicts:
#	flutter/android/src/main/jniLibs/arm64-v8a/libmedea_jason.so
#	flutter/android/src/main/jniLibs/armeabi-v7a/libmedea_jason.so
#	flutter/android/src/main/jniLibs/x86/libmedea_jason.so
#	flutter/android/src/main/jniLibs/x86_64/libmedea_jason.so
…ement' into add-connection-media-state-management
@alexlapa alexlapa requested a review from tyranron April 11, 2022 08:02
# Conflicts:
#	src/platform/dart/utils/function.rs
#	src/platform/dart/utils/handle.rs
@tyranron tyranron merged commit 91d1dd7 into master Apr 12, 2022
@tyranron tyranron deleted the add-connection-media-state-management branch April 12, 2022 17:27
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 this pull request may close these issues.

Implement ConnectionHandle.(enable|disable)_remote_(audio|video)
4 participants