This method retrieves the ideal maximum image size for the video image playback (client) area.

Namespace:  Microsoft.Lync.Model.Conversation.AudioVideo
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
void 
GetMaxIdealImageSize(
	
out 
int 
pWidth,
	
out 
int 
pHeight
)

Parameters

pWidth
Type: System . . :: . . Int32 %
pHeight
Type: System . . :: . . Int32 %

See Also