Simpler APIs (#28)
* TrackSource * remove absolute import * typo * get track * set source enabled * fix symbol collision * move to participant * update proto * screen share audio * typo * format * change screen share name
This commit is contained in:
@@ -29,6 +29,14 @@ enum Reliability {
|
||||
lossy,
|
||||
}
|
||||
|
||||
enum TrackSource {
|
||||
unknown,
|
||||
camera,
|
||||
microphone,
|
||||
screenShareVideo,
|
||||
screenShareAudio,
|
||||
}
|
||||
|
||||
enum CloseReason {
|
||||
network,
|
||||
// ...
|
||||
|
||||
Reference in New Issue
Block a user