Package 

Class CallCompositeSupportedScreenOrientation


  • 
    public final class CallCompositeSupportedScreenOrientation
    extends ExpandableStringEnum<CallCompositeSupportedScreenOrientation>
                        

    A call composite screen orientation.

    
    // Initialize the call composite builder with different parameters
    final CallCompositeBuilder builder = new CallCompositeBuilder()
        .setupScreenOrientation(CallCompositeSupportedScreenOrientation.PORTRAIT)
        .callScreenOrientation(CallCompositeSupportedScreenOrientation.LANDSCAPE);
    
    // Build the call composite
    CallComposite callComposite = builder.build();