docs: add voice and video calling guide#2396
Conversation
docs: add voice and video calling guide
PR SummaryLow Risk Overview The doc positions MatrixRTC ( Reviewed by Cursor Bugbot for commit 0cfeee1. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
|
td-famedly
left a comment
There was a problem hiding this comment.
I would suggest adding the MatrixRTC version of this not the legacy calls which are deprecated
Replace legacy WebRTCDelegate/CallSession examples with the MatrixRTC event stream pattern (GroupCallSession, matrixRTCEventStream, MeshBackend, LiveKitBackend). Add MSC4075 notification example.
Updated the guide to use MatrixRTC — GroupCallSession, matrixRTCEventStream, MeshBackend/LiveKitBackend, and MSC4075 notifications. Please take another look. |
Closes #2329.
Adds doc/calling.md — a minimal guide for 1:1 voice and video calls
using flutter_webrtc.
Signed-off-by: Saylee Bharsakle sayleebharsakle@gmail.com