Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Add events object and improve event emiting
Browse files Browse the repository at this point in the history
  • Loading branch information
incubo4u committed Nov 27, 2023
1 parent ee447ad commit 7c6da02
Show file tree
Hide file tree
Showing 7 changed files with 1,301 additions and 1,153 deletions.
12 changes: 12 additions & 0 deletions android/src/main/java/com/reactnativemembrane/EmitableEvents.kt
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 android/src/main/java/com/reactnativemembrane/MembraneWebRTC.kt

Large diffs are not rendered by default.

Loading

0 comments on commit 7c6da02

Please sign in to comment.