setStreamAlignmentProperty method
Implementation
Future<void> setStreamAlignmentProperty(int alignment, int? channel) async {
return await ZegoFlutterEngine.instance
.setStreamAlignmentProperty(alignment, getPublishChannel(channel));
}
Future<void> setStreamAlignmentProperty(int alignment, int? channel) async {
return await ZegoFlutterEngine.instance
.setStreamAlignmentProperty(alignment, getPublishChannel(channel));
}