createLive abstract method

Future<LiveInfoCompletionHandler> createLive(
  1. LiveInfo liveInfo
)

Create live

@param liveInfo Live information. {@link LiveInfo} @param completion Completion callback.

Implementation

Future<LiveInfoCompletionHandler> createLive(LiveInfo liveInfo);