-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New deploy * reverted changes except for webrtc * reverted missing files * git is hard Co-authored-by: jmulford-bw <[email protected]>
- Loading branch information
1 parent
d68569d
commit aa8976a
Showing
2 changed files
with
45 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
/* | ||
* BandwidthLib | ||
* | ||
* This file was automatically generated by APIMATIC v2.0 ( https://apimatic.io ). | ||
*/ | ||
|
||
namespace BandwidthLib\WebRtc\Models; | ||
|
||
/** | ||
* Optional field to define the device api version of this participant | ||
*/ | ||
class DeviceApiVersionEnum | ||
{ | ||
/** | ||
* TODO: Write general description for this element | ||
*/ | ||
const V3 = "v3"; | ||
|
||
/** | ||
* TODO: Write general description for this element | ||
*/ | ||
const V2 = "v2"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters