screenRecorderVideoOnlySingleStreamer
suspend fun screenRecorderVideoOnlySingleStreamer(context: Context, endpointFactory: IEndpointInternal.Factory = DynamicEndpointFactory(), defaultRotation: Int = context.displayRotation): VideoOnlySingleStreamer
Creates a SingleStreamer with the screen as video source and no audio source.
Parameters
context
the application context
endpointFactory
the IEndpointInternal.Factory implementation
defaultRotation
the default rotation in Surface rotation (Surface.ROTATION_0, ...). By default, it is the current device orientation.