You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow callback for H264 codec not support for Android Devices (#596)
* support checking h264 and notifying user
* add boolean to toggle enableH264Encoding and add docs
* address commas and semicolons in failing test
* remove unnecessary comma
* pass encodingParameters
* remove spacing
* address comments
* move map builder
* be more explicit in comment
* move it to a different place
* Change to return a list of supported codecs
Copy file name to clipboardExpand all lines: docs/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,8 @@ onCameraDidStopRunning | func | no | | Called when the camera has stopped runin
70
70
onStatsReceived | func | no | | Called when stats are received (after calling getStats)
71
71
onNetworkQualityLevelsChanged | func | no | | Called when the network quality levels of a participant have changed (only if enableNetworkQualityReporting is set to True when connecting)
72
72
onDominantSpeakerDidChange | func | no | | Called when dominant speaker changes @param {{ participant, room }} dominant participant
73
+
onLocalParticipantSupportedCodecs | func | no | | Always called on android with @param {{ supportedCodecs }} after connecting to the room
0 commit comments