android screenshare example and touch ups (#31)

This commit is contained in:
davidliu
2021-11-17 17:11:46 +09:00
committed by GitHub
parent 1835675650
commit 4a59a1e6d5
6 changed files with 88 additions and 14 deletions
+4
View File
@@ -71,6 +71,10 @@ class LocalVideoTrack extends VideoTrack {
);
}
/// Creates a LocalVideoTrack from the display.
///
/// Note: Android requires a foreground service to be started prior to
/// creating a screen track. Refer to the example app for an implementation.
static Future<LocalVideoTrack> createScreenTrack([
ScreenTrackOptions? options,
]) async {