WhitePptParams Class Reference
Inherits from | WhiteObject |
---|---|
Declared in | WhiteSdkConfiguration.h |
)
The request protocol for changing a dynamic ppt. You can change https://www.exmaple.com/1.pptx to scheme://www.example.com/1.pptx.
@property (nonatomic, copy, nullable) NSString *API_AVAILABLE ( ios ( 11.0 )
Discussion
This attribute cooperates with the setURLSchemeHandler:forURLScheme:
method of the WKWebViewConfiguration
class in iOS 11 WebKit, which can intercept PPT resources and choose to use local resources.
Declared In
WhiteSdkConfiguration.h
useServerWrap
Whether to enable server-side typesetting for dynamic PPT slides.
@property (nonatomic, assign) BOOL useServerWrap
Availability
2.12.25
YES
: (Default) Enable server-side typesetting.NO
: Disable server-side typesetting.
Note:
- As of February 10, 2021, when converting dynamic PPT slides to HTML web pages, the Agora Interactive Whiteboard server supports typesetting the dynamic PPT slides to ensure the presentation of the text in the dynamic PPT slides is consistent across platforms.
- From 2.12.25, the default value of
useServerWrap
is changed fromNO
toYES
.
Declared In
WhiteSdkConfiguration.h