Edit

Share via


ShareableContent.StopPresenting Method

Definition

Takes currently shared content off of the content sharing stage but leaves the content in the content collection

public:
 void StopPresenting();
public void StopPresenting ();
member this.StopPresenting : unit -> unit
Public Sub StopPresenting ()

Remarks

You can also stop presenting the current content by simply presenting a different content object. In this case, the replaced content is no longer presented, but is still in the conversation content collection. This method can only be called on content that is added by the local participant.

Applies to