mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-14 04:04:58 +00:00
Updates to Video Codec Interfaces
This commit is contained in:
@@ -11,7 +11,9 @@ namespace PepperDash.Essentials.Core
|
||||
/// </summary>
|
||||
public interface IHasSharing
|
||||
{
|
||||
void StartSharing();
|
||||
void StopSharing();
|
||||
|
||||
BoolFeedback SharingSourceFeedback { get; }
|
||||
StringFeedback SharingSourceFeedback { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user