-
Notifications
You must be signed in to change notification settings - Fork 2
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
Integration with flutter_webrtc #12
Conversation
# Conflicts: # src/platform/dart/utils/mod.rs
…tform-utils # Conflicts: # src/platform/dart/utils/dart_future.rs
Изменения по удалению |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
От меня LGTM, перепроверьте что все работает, пожалуйста, и, если все ок - передавайте tyranron'у.
|
||
/// Wrapper around [WebSocket] which stores WS messages if no one | ||
/// currently listens to them and provides it to the first subscriber. | ||
class BufferedWebSocket { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
В смысле между созданием сокета и моментмо как раст на него подпишется успевают дойти сообщения?
Может сразу в connect
прокидывать onMessage
и onClose
каллбеки?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
И правда перемудрил. В нашем случае это и правда более удачный вариант. Запушил эти изменения.
Synopsis
Это PR из цикла задач по интеграции Jason'а в Flutter Android. В рамках этой задачи, были добавлены оставшиеся биндинги для
flutter_webrtc
. В некоторых местах используются заглушки, это связано с тем, что не весь нужный функционал реализован вflutter_webrtc
на данный момент. Эти заглушки будут заменены на реальные вызовыflutter_webrtc
функций после его переработки. На этой ветке базово работают звонки на Android'е.Checklist
Draft:
prefixk::
labels appliedDraft:
prefix is removedflutter-webrtc
dependency switched back tomaster
branch