initialize method
Initializes inner webrtc.VideoRenderer.
Implementation
Future<void> initialize() async {
Log.debug(
'initialize()',
'$runtimeType($debugLabel).${_mediaSourceKind.name}',
);
await _delegate.initialize();
}
Initializes inner webrtc.VideoRenderer.
Future<void> initialize() async {
Log.debug(
'initialize()',
'$runtimeType($debugLabel).${_mediaSourceKind.name}',
);
await _delegate.initialize();
}