This repository has been archived by the owner on May 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add events object and improve event emiting
- Loading branch information
Showing
7 changed files
with
1,301 additions
and
1,153 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
android/src/main/java/com/reactnativemembrane/EmitableEvents.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package com.reactnativemembrane | ||
|
||
object EmitableEvents { | ||
const val IsCameraOn = "IsCameraOn" | ||
const val IsMicrophoneOn = "IsMicrophoneOn" | ||
const val IsScreencastOn = "IsScreencastOn" | ||
const val SimulcastConfigUpdate = "SimulcastConfigUpdate" | ||
const val EndpointsUpdate = "EndpointsUpdate" | ||
const val AudioDeviceUpdate = "AudioDeviceUpdate" | ||
const val SendMediaEvent = "SendMediaEvent" | ||
const val BandwidthEstimation = "BandwidthEstimation" | ||
} |
188 changes: 100 additions & 88 deletions
188
android/src/main/java/com/reactnativemembrane/MembraneWebRTC.kt
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.