Skip to main content

overwolf.social.youtube.share

Overwolf APIs / overwolf / overwolf / social / youtube / share

function share(
youTubeShareParams: ShareParameters,
callback: CallbackFunction<Result>,
): void;

If the user is currently logged into YouTube, this will perform the video share.

Possible errors that can occur:

  • Disconnected (user isn't signed in)
  • MissingFile (trying to share a missing file)
  • UnsupportedFile (trying to share an unsupported format)

Parameters

ParameterTypeDescription
youTubeShareParamsShareParametersThe share parameters.
callbackCallbackFunction<Result>Will contain the status of the request.

Returns

void