Filter the offered applications on Broadcast application selection.
This commit is contained in:
parent
1f28c365de
commit
3b2ff36484
@ -20,6 +20,8 @@ RCT_EXPORT_MODULE(BBBN_SystemBroadcastPicker)
|
|||||||
UIViewController *rootViewController = [UIApplication sharedApplication].delegate.window.rootViewController;
|
UIViewController *rootViewController = [UIApplication sharedApplication].delegate.window.rootViewController;
|
||||||
|
|
||||||
RPSystemBroadcastPickerView *pickerView = [[RPSystemBroadcastPickerView alloc]initWithFrame:CGRectMake(0, 0, 16, 16)];
|
RPSystemBroadcastPickerView *pickerView = [[RPSystemBroadcastPickerView alloc]initWithFrame:CGRectMake(0, 0, 16, 16)];
|
||||||
|
|
||||||
|
pickerView.preferredExtension = @"org.bigbluebutton.mobile.BigBlueButton.BroadcastUpload";
|
||||||
|
|
||||||
return pickerView;
|
return pickerView;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user